home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1998 June
/
Software of the Month Club 1998 June.iso
/
pc
/
dos
/
lg
/
mapit20
/
mapit.bat
< prev
next >
Wrap
DOS Batch File
|
1998-04-15
|
599b
|
17 lines
@echo off
rem MAPIT.BAT - Build a directory structure in which MAPIT 2 can run
rem and then run the real MAPIT. This batch file is
rem designed to make setup invisible to the novice user
rem and will normally be run only once. It renames itself to mapitold.bat
rem so that running "MAPIT" in the future will run only the real program.
rem
rem Note: This batch file cannot be run on a read-only CD-ROM.
rem
rem Create the required directory structure.
call build
rem
ren smapit.exe mapit.exe
copy mapit.bat mapitold.bat
call mapit
del mapit.bat